The properties of the TableExpressionQuery<ClassToFind> class are listed below. For a complete list of TableExpressionQuery<ClassToFind> class members, see the TableExpressionQuery<ClassToFind> Members topic.
CommandTimeout (inherited from Query) | Gets or sets the wait time before terminating the attempt to execute a SQL statement and generating an error. |
Distinct (inherited from Query) | Gets or sets a value indicating whether only unique rows can appear in the result set. Null values are considered equal for the purposes of the DISTINCT keyword. |
ExplicitSelectFields (inherited from Query) | Gets the fields whose values will be returned by the DataSet. |
Having (inherited from Query) | The criteria that will be converted to the HAVING clause of the SQL select statement. |
IsTopSpecified (inherited from Query) | Gets a value indicating whether this instance is querying only for a top number of rows. |
SelectDistinct (inherited from Query) | Determine if duplicate rows will be removed when this object is queried from the database. |
TableExpression (inherited from TableExpressionQuery) | Gets the table expression being queried. |
TargetClass | Gets the class being targeted by this query. |
TargetTableMappedObject | Gets the target table mapped object. |
Top (inherited from Query) | Gets or sets the maximum number of rows that will be returned from the query result set. |
UnionedQueries (inherited from Query) | Gets the queries that have been unioned with this query. |
Where (inherited from Query) | Gets or sets the criteria that will be converted to the WHERE clause of the SQL select statement. The getter will always return a non-null value. |
TableExpressionQuery<ClassToFind> Class | DomainObjects.Facade.Command Namespace